home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Full / Serif Page Plus 8 PDF / data1.cab / Help / common / common.chm / pp7-stylesheet.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-10-26  |  2.2 KB  |  70 lines

  1.  
  2. /* Title for wizard question */
  3. .sectiontitle { font-family: Arial; line-height: 1.1; color: #FFFFFF; font-size: 10pt; font-weight: bold; margin: 4px }
  4.  
  5. /* Description of wizard question */
  6. .sectiondescription { font-family: Arial; line-height: 1.1; color: #FFFFFF; font-size: 8pt; font-weight: bold; margin: 0px }
  7.  
  8. /* Used for labeling text entry fields */
  9. .inputheader { font-family: Arial; line-height: 1.1; color: #000000; font-size: 7pt; font-weight: bold; margin: 4px }
  10.  
  11. /* Size of text input box for wizard question */
  12. input        { font-size: 7pt; font-family: Arial; height: 15px; margin: 4px }
  13.  
  14.   BODY { 
  15.     margin: 0em;
  16.     font-family: arial;
  17.     line-height: 1.1;
  18.     color: black; 
  19.     bgcolor: #3C6B99;
  20.     font-size: 10pt 
  21.   }
  22.   
  23.   TEXT { font-size: 1pt; font-family: arial; }
  24.   
  25.   H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
  26.   DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR { display: block }
  27.  
  28.   B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
  29.   IMG, SPAN { display: inline; }
  30.  
  31.   LI { display: list-item }
  32.  
  33.   H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em }
  34.   H5, H6 { margin-top: 1em }
  35.   H1 { text-align: left }
  36.   H1, H2, H4, H6 { font-weight: bold }
  37.   H3, H5 { font-style: italic }
  38.  
  39.   H1 { font-size: 16pt }
  40.   H2 { font-size: 14pt }
  41.   H3 { font-size: 12pt }
  42.   
  43.   B, STRONG { font-weight: bolder }  /* relative to the parent */
  44.   I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
  45.   PRE, TT, CODE, KBD, SAMP { font-family: monospace }
  46.  
  47.   PRE { white-space: pre }
  48.  
  49.   ADDRESS { margin-left: 3em }
  50.   BLOCKQUOTE { margin-left: 3em; margin-right: 3em }
  51.  
  52.   UL, DIR { list-style: disc }
  53.   OL { list-style: decimal }
  54.   MENU { margin: 0 }              
  55.   LI { margin-left: 3em }
  56.  
  57.   DT { margin-bottom: 0 }
  58.   DD { margin-top: 0; margin-left: 3em }
  59.  
  60.   HR { border-top: 0px; color: #3C6B99 }        
  61.  
  62.   A:link { color: blue; font-style: none }          /* unvisited link */
  63.   A:visited { color: black }        /* visited links */
  64.   A:active { color: orange }        /* active links */
  65.   
  66.   A:hover { color:orange };
  67.   
  68.   A:link IMG { border: 0px solid blue }
  69.   A:visited IMG { border: 0px solid red }
  70.   A:active IMG { border: 0px solid lime }